Platform Explorer / Nuxeo Platform LTS 2017 9.10

Operation PDF.WatermarkWithPDF (PDF: Watermark with PDF)

Description

Returns a new blob combining the input PDF and an overlaid PDF on every page.
Operation id PDF.WatermarkWithPDF
Category Conversion
Label PDF: Watermark with PDF
Requires
Since

Parameters

Name Description Type Required Default value
overlayPdf blob yes  

Signature

Inputs blob, bloblist
Outputs blob, bloblist

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.pdf.operations.PDFWatermarkPDFOperation
Contributing Component org.nuxeo.ecm.platform.pdf.operations

JSON Definition

{
  "id" : "PDF.WatermarkWithPDF",
  "label" : "PDF: Watermark with PDF",
  "category" : "Conversion",
  "requires" : null,
  "description" : "Returns a new blob combining the input PDF and an overlaid PDF on every page.",
  "url" : "PDF.WatermarkWithPDF",
  "signature" : [ "blob", "blob", "bloblist", "bloblist" ],
  "params" : [ {
    "name" : "overlayPdf",
    "description" : null,
    "type" : "blob",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}